Skip to content

build: update all non-major dependencies#3035

Closed
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/all-non-major-dependencies
Closed

build: update all non-major dependencies#3035
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/all-non-major-dependencies

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

@angular-robot angular-robot commented Sep 4, 2025

This PR contains the following updates:

Package Type Update Change
@google/genai dependencies minor 1.17.0 -> 1.18.0
@types/node (source) dependencies patch 24.3.0 -> 24.3.1
@types/node (source) dependencies patch 22.18.0 -> 22.18.1
chalk dependencies patch 5.6.0 -> 5.6.2
renovate (source) dependencies minor 41.96.0 -> 41.98.4
supports-color dependencies patch 10.2.0 -> 10.2.2
tinyglobby (source) dependencies patch 0.2.14 -> 0.2.15

Release Notes

googleapis/js-genai (@​google/genai)

v1.18.0

Compare Source

Features
  • generate the function_call class's converters (e57a7bc)
  • Implement embed content batches. (9cb8613)
chalk/chalk (chalk)

v5.6.2

Compare Source

  • Fix vulnerability in 5.6.1, see: #​656
renovatebot/renovate (renovate)

v41.98.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.39.10 (main) (#​37908) (7e59cf8)
Miscellaneous Chores

v41.98.3

Compare Source

Bug Fixes
  • gitea: allow fallbacks in case default merge style not allowed (#​37768) (9096e55)

v41.98.2

Compare Source

Bug Fixes
Miscellaneous Chores

v41.98.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.39.9 (main) (#​37896) (ae8f5dd)
Miscellaneous Chores
  • deps: update dependency lint-staged to v16.1.6 (main) (#​37894) (7badae2)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.10.20 (main) (#​37895) (889b095)

v41.98.0

Compare Source

Features

v41.97.12

Compare Source

Bug Fixes
  • presets: take into account java 25 as LTS in more places (#​37890) (33efc13)

v41.97.11

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.39.8 (main) (#​37893) (4ab455d)
Miscellaneous Chores

v41.97.10

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.39.7 (main) (#​37884) (24a99d9)
Documentation
Miscellaneous Chores
  • deps: lock file maintenance (main) (#​37879) (43fa847)
  • deps: update containerbase/internal-tools action to v3.10.84 (main) (#​37880) (1a1fb80)
  • deps: update dependency renovatebot/github-action to v43.0.11 (main) (#​37882) (90c1c6c)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.10.19 (main) (#​37883) (91df15a)

v41.97.9

Compare Source

Bug Fixes
  • deps: update dependency mkdocs-material to v9.6.19 (main) (#​37876) (d45d72c)

v41.97.8

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.39.6 (main) (#​37875) (5577e0f)
Miscellaneous Chores

v41.97.7

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.39.5 (main) (#​37863) (0c0f5d3)

v41.97.6

Compare Source

Bug Fixes
Miscellaneous Chores
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.10.17 (main) (#​37860) (6435cf3)
  • deps: update github/codeql-action action to v3.30.1 (main) (#​37858) (7b54bd6)

v41.97.5

Compare Source

Bug Fixes
  • add manager/packageFile field to fetchUpdates trace logs (#​37839) (971e951)

v41.97.4

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.39.4 (main) (#​37853) (0da084a)

v41.97.3

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.39.3 (main) (#​37852) (61cb95e)
Miscellaneous Chores
  • deps: update containerbase/internal-tools action to v3.10.82 (main) (#​37848) (a40f031)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.10.16 (main) (#​37849) (faf4117)

v41.97.2

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.39.2 (main) (#​37847) (6b0965e)

v41.97.1

Compare Source

Miscellaneous Chores
  • deps: update codecov/codecov-action action to v5.5.1 (main) (#​37843) (fd47669)
  • deps: update ghcr.io/containerbase/devcontainer docker tag to v13.10.15 (main) (#​37838) (48b3d02)
Build System

v41.97.0

Compare Source

Features

v41.96.2

Compare Source

Bug Fixes

v41.96.1

Compare Source

Bug Fixes
  • deps: update ghcr.io/renovatebot/base-image docker tag to v10.39.1 (main) (#​37829) (615976c)
Miscellaneous Chores
  • deps: update docker/dockerfile docker tag to v1.18.0 (main) (#​37827) (c3a9360)
chalk/supports-color (supports-color)

v10.2.2

Compare Source

SuperchupuDev/tinyglobby (tinyglobby)

v0.2.15

Compare Source

Added
  • Documentation page at https://superchupu.dev/tinyglobby,
    which also contains a library comparison page and migration guide.

    It's been a huge effort that took two months to make.

    Big thanks to outslept, 43081j
    and benmccann for helping out! ❤️

  • JSDoc to all functions and options based on the online documentation page

  • Benchmarks with help from
    43081j and benmccann

  • braceExpansion option

  • extglob option

  • fs option

  • globstar option by benmccann

  • signal option

  • package.json export as tinyglobby/package.json

  • Ability to pass readonly types by TomerAberbach

  • Support for URLs in cwd option

Changed
  • Rewritten path processing algorithm leading to a huge performance increase in many cases
    with help from 43081j and benmccann

  • Deprecated using patterns inside the options object

  • Enabled trusted publishing using npm's OIDC support

Fixed
  • Negated bracket expressions i.e. [!abc]
  • Some patterns like +++ breaking the partial matcher

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project labels Sep 4, 2025
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch 21 times, most recently from 5aae035 to 88011f9 Compare September 9, 2025 11:06
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/all-non-major-dependencies branch from 88011f9 to b973211 Compare September 9, 2025 12:08
@alan-agius4
Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

@angular-robot angular-robot deleted the ng-renovate/all-non-major-dependencies branch September 9, 2025 12:47
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants